Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: Update dependency eslint-plugin-sonarjs to ^0.9.0 #34

Merged
merged 1 commit into from
Jul 9, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 9, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-sonarjs ^0.7.0 -> ^0.9.0 age adoption passing confidence

Release Notes

SonarSource/eslint-plugin-sonarjs

v0.9.1

Compare Source

Bug-fix release:

  • Remove rule generator-without-yield #​264
  • Fix missing dependencies (typescript and @typescript-eslint/experimental-utils) #​262

v0.9.0

Compare Source

New rules:

  • no-ignored-return Return values from functions without side effects should not be ignored #​40
  • elseif-without-else "if ... else if" constructs should end with "else" clauses #​238
  • no-gratuitous-expressions Boolean expressions should not be gratuitous #​149
  • generator-without-yield Generators should "yield" something #​235
  • no-nested-switch "switch" statements should not be nested #​240
  • no-nested-template-literals Template literals should not be nested #​63
  • no-empty-collection Empty collections should not be accessed or iterated #​151
  • non-existent-operator Non-existent operators '=+', '=-' and '=!' should not be used #​234

Improvements:

  • Improve highlighting for no-extra-arguments #​178
  • Improve prefer-immediate-return: keep comments when fixing #​198
  • Add meta.docs for each rule #​246 (contributed by @​Loxos)
  • Indicate which rules are part of the preset, and which aren't #​165
  • Improve prefer-while: ignore 'for' without condition #​196
  • no-unused-collections should not fire if collection is exported #​197 (contributed by @​pustovitDmytro)
  • Fix cognitive-complexity: consider JSX Fragment #​245 (contributed by @​Anuovec)

Thanks a lot to the contributions!


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.


This change is Reviewable

@renovate renovate bot requested a review from pustovitDmytro as a code owner July 9, 2021 16:59
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jul 9, 2021
@sonarqubecloud
Copy link

sonarqubecloud bot commented Jul 9, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@renovate renovate bot merged commit 48669c4 into master Jul 9, 2021
@renovate renovate bot deleted the renovate/eslint-plugin-sonarjs-0.x branch July 9, 2021 19:53
pustovitDmytro pushed a commit that referenced this pull request Jul 15, 2021
Co-authored-by: Renovate Bot <bot@renovateapp.com>
pustovitDmytro pushed a commit that referenced this pull request Jul 15, 2021
# [1.4.0](v1.3.3...v1.4.0) (2021-07-15)

### Chore

* adds 'typo' PR template ([e20404d](e20404d))
* adds CODE_OF_CONDUCT ([a969a8d](a969a8d))
* adds sonarcloud config ([c92973d](c92973d))
* Lock file maintenance ([cdf4f11](cdf4f11))
* Lock file maintenance ([2545aba](2545aba))
* regenerate package-lock.json ([50ada56](50ada56))
* removes unused devDependencies ([ddb100a](ddb100a))
* Update dependency eslint-plugin-regexp to ^0.12.0 ([51ff304](51ff304))
* Update dependency eslint-plugin-regexp to ^0.12.0 ([5df2457](5df2457))
* Update dependency eslint-plugin-regexp to ^0.13.0 ([a9021d4](a9021d4))
* Update dependency eslint-plugin-regexp to ^0.13.0 (#36) ([3a8d3ec](3a8d3ec)), closes [#36](#36)
* Update dependency eslint-plugin-sonarjs to ^0.9.0 ([81d9681](81d9681))
* Update dependency eslint-plugin-sonarjs to ^0.9.0 ([48669c4](48669c4))
* Update dependency eslint-plugin-unicorn to v34 ([fb44bff](fb44bff))
* Update dependency eslint-plugin-unicorn to v34 (#34) ([86efbac](86efbac)), closes [#34](#34)
* Update dependency husky to v7 ([3578711](3578711))
* Update dependency husky to v7 ([daabd27](daabd27))
* Update dependency test-console to v2 ([33209bd](33209bd))

### Docs

* update snyk badge ([a7fbb1d](a7fbb1d))

### Update

* integrate myrmidon decorators ([03d1c0a](03d1c0a))
@pustovitDmytro
Copy link
Owner

🎉 This PR is included in version 1.4.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants